home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Tools / idle / extend.py < prev    next >
Encoding:
Text File  |  2000-06-23  |  254 b   |  12 lines

  1. # IDLE extensions to be loaded by default (see extend.txt).
  2. # Edit this file to configure your set of IDLE extensions.
  3.  
  4. standard = [
  5.     "SearchBinding",
  6.     "AutoIndent",
  7.     "AutoExpand",
  8.     "FormatParagraph",
  9.     "ZoomHeight",
  10.     "ScriptBinding",
  11. ]
  12.